home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineButton2_1173 / BUTTONCONDACTION on(press).as next >
Text File  |  2005-08-12  |  198b  |  10 lines

  1. on(press){
  2.    mon = 1;
  3.    nugi = 1;
  4.    x = _xmouse;
  5.    y = _ymouse;
  6.    _root.main.fr.faces.changeEyeballs("down","Rdown","Rdown");
  7.    _root.main.fr.faces.changeMouth("open1");
  8.    rf = 1;
  9. }
  10.